home *** CD-ROM | disk | FTP | other *** search
- Whats going on...?
-
- After spending lots of hours to get winsock programs to work (Gopher,
- Cello, Mosaic) I get conncetion timeout.
-
- I'm running W4W 3.11, with standard Microsoft configuration connectet
- to HP-lan (on HP 9000/817).
-
- Also trying Trumpet winsock with winpkt, same there.
-
- If I ping from my PC, I get no packet back (100% packet loss)
-
- If I use Macintosh, who are connectet to the same server, using MacTCP,
- and Ping from there or direct on the terminal, all is OK.
-
- (I use Wnqvt/net for Winsock as terminal on the PC, and it's work fine)
-
- any help on connection timeout?......
-
-
- Thanks
-
- .......................................................................
-
- Item Subject: WINMAIL.DAT
- Could not convert UNKNOWN FILE-TYPE (1734) item to text.
- Will attempt to 'shar' item as file '000924p' at end of msg.
-
-
- # This is a shell archive. Remove anything before this line,
- # then unpack it by saving it in a file and typing "sh file".
- #
- # Wrapped by HP OpenMail System <openmail@korpa> on Thu Feb 17 16:22:39 1994
- #
- # This archive contains:
- # 000924p
- #
- # Error checking via wc(1) will be performed.
-
- LANG=""; export LANG
- PATH=/bin:/usr/bin:$PATH; export PATH
-
-
- rm -f /tmp/uud$$
- (echo "begin 666 /tmp/uud$$\n#;VL*n#6%@x\n \nend" | uudecode) >/dev/null 2>&1
- if [ X"`cat /tmp/uud$$ 2>&1`" = Xok ]
- then
- unpacker=uudecode
- else
- echo Compiling unpacker for non-ascii files
- pwd=`pwd`; cd /tmp
- cat >unpack$$.c <<'EOF'
- #include <stdio.h>
- #define C (*p++ - ' ' & 077)
- main()
- {
- int n;
- char buf[128], *p, a,b;
-
- scanf("begin %o ", &n);
- gets(buf);
-
- if (freopen(buf, "w", stdout) == NULL) {
- perror(buf);
- exit(1);
- }
-
- while (gets(p=buf) && (n=C)) {
- while (n>0) {
- a = C;
- if (n-- > 0) putchar(a << 2 | (b=C) >> 4);
- if (n-- > 0) putchar(b << 4 | (a=C) >> 2);
- if (n-- > 0) putchar(a << 6 | C);
- }
- }
- exit(0);
- }
- EOF
- cc -o unpack$$ unpack$$.c
- rm unpack$$.c
- cd $pwd
- unpacker=/tmp/unpack$$
- fi
- rm -f /tmp/uud$$
-
- echo x - 000924p '[non-ascii]'
- $unpacker <<'@eof'
- begin 660 000924p
- M>)\^(@ 0N 0 B ,FIT:#=I*# S-BEL9' H82ES;V,R+G!O<"YP<W4NX
- &961U -H* X
- X
- end
- @eof
- set `wc -lwc <000924p`
- if test $1$2$3 != 1151
- then
- echo ERROR: wc results of 000924p are $* should be 1 1 51
- fi
-
- chmod 660 000924p
-
- rm -f /tmp/unpack$$
- exit 0
- From news@bigblue.oit.unc.edu Thu Feb 17 05:52:31 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA28000; Thu, 17 Feb 1994 11:26:56 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA10961; Thu, 17 Feb 1994 11:00:16 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 17 Feb 1994 10:52:31 -0500
- From: gub@asylum.sf.ca.us (Glen Daniels)
- Message-Id: <2k03rv$qg9@asylum.sf.ca.us>
- Organization: ELF Communications
- Sender: ses
- References: <bmm2012.65.000BC5AA@tamsun.tamu.edu>
- Subject: Re: Where is WinTalk
-
- bmm2012@tamsun.tamu.edu (Brian McDaniel) writes:
- >I am looking for wintalk, which I assume is a sockets based talk progam. I've
- >heard several people mention it, but not a location from which I can ftp it.
- >Also it doesn't seem to be at cica, sunsite, gatekeeper, etc.
- >
- >Brian McDaniel
- >bmm2012@tamsun.tamu.edu
- >"I'm not a cyberpunk, but I play one on the 'Net"
-
- WinTalk version 1.0 is up for anonymous FTP at elf.com, in the
- directory /pub/wintalk. Version 1.1, with several new features and
- some bug fixes, should be out sometime soon, and once it is, I'll put
- it up on the standard archive sites.
-
- --
- --Gub (Glen Daniels, ELF Communications)
- "Gotta go inside, back where it started;
- Back to the beginning, 'cause that's where my heart is."
- From news@bigblue.oit.unc.edu Thu Feb 17 03:37:17 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA28012; Thu, 17 Feb 1994 11:26:58 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA15978; Thu, 17 Feb 1994 11:18:38 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 17 Feb 1994 09:37:17 CST
- From: gee@regentdb.osrhe.edu
- Message-Id: <gee.4.00331B4E@regentdb.osrhe.edu>
- Organization: The University of Oklahoma (USA)
- Sender: ses
- References: <1994Feb17.041606.4948@news.uakron.edu>
- Subject: Re: Running packet driver software with Banyan Vines
-
- In article <1994Feb17.041606.4948@news.uakron.edu> r1ckf@dax.cc.uakron.edu (Constance K Fawcett) writes:
- >From: r1ckf@dax.cc.uakron.edu (Constance K Fawcett)
- >Subject: Running packet driver software with Banyan Vines
- >Date: Thu, 17 Feb 1994 04:16:06 GMT
-
- >Hi. I'm having a problem getting packet driver software to run with
- >Banyan Vines. We have the FTP software PC/TCP TCP/IP implementation,
- >with the ibanyan kernel (and only the ibanyan kernel) available, and
- >that works, and winsock apps work, but I would like to try using
- >some packet driver apps. So far, I've tried using a raw packet driver,
- >without loading any Banyan drivers, and that doesn't work. I've tried
- >using the banpkt shim over the top of the Banyan drivers, and that
- >doesn't work. I've tried using a packet driver with the Cabletron
- >Banyan driver, and while Banyan works, the packet driver software won't
- >As I type this, I have the same Cabletron/packet driver combination
- >running, only I added pktmux to see if that would help. Again, no luck.
- >I'm sure I have the router, name server, net mask, etc. set up right,
- >because I'm using the same values for those as for the PC/TCP software,
- >which I know works. It seems like the only way that the Vines servers
- >will route is if the IP packets are tunneled through Vines packets.
- >The servers seem to reject straight IP packets. BTW, I've been using PC
- >Gopher II and the Trumpet DOS news reader as test software.
-
- >If anyone has had better luck getting packet driver software to work
- >with Banyan Vines, please let me know. I've run out of things to try,
- >except for NDIS drivers, which I'd rather not mess with, but if other
- >people have had to turn to NDIS drivers to get packet driver software to
- >work with Vines, then let me know, since I may have to try that anyway.
-
- >Please post responses or send me e-mail. Thank you for your help.
- >--
- >Connie Fawcett
- >r1ckf@dax.cc.uakron.edu BITNET: r1ckf@DAX (preferred)
- >am749@cleveland.freenet.edu (use if DAX is down)
- >r1ckf@vm1.cc.uakron.edu BITNET: r1ckf@AKRONVM (alternative if DAX is down)
-
- Connie,
-
- I am far from a world's champion Networker, so take the following with a
- grain of salt. If I have misunderstood your question, blame it on my
- inexperience. Nevertheless, I am going to take a chance that what i will tell
- you might help. I hope that it does.
-
- I, too am on a network that runs Banyan Vines, and FTP's TCP/IP
- software. My connection is via a dialup telephone line and a modem. I run
- Windows Internet apps under FTP's winsock.dll, ver 1.1 (FTP's latest). I have
- succeeded in setting up and running Window's Trumpet newsreader, Gopher for
- Windows, Mosaic for Windows, IRC for Windows, and Eudora, a mail utility
- that has been ported to Windows from the MAC environment. I have had little
- success with DOS apps, so, frankly, I haven't tried very hard to tame them.
- Windows seems able, in ways beyond my ken, to transparently handle packet
- switching chores using just the Windows apps themselves. and FTP's winsock.dll.
-
- One word of warning to you, and anybody else who might be interested in
- running Windows apps for the Internet: IF YOU ARE RUNNING FTP'S TCP/IP
- SOFTWARE, AND WANT TO RUN WINDOWS VERSIONS OF INTERNET APPS, YOU MUST USE
- FTP'S VERSION OF WINSOCK.DLL. NEITHER TRUMPET WINSOCK NOR ANY OF THE OTHER
- VARIETIES OF WINSOCK ARE COMPATABLE WITH FTP'S TCP/IP SOFTWARE.
-
- Regards,
-
- Grey W. Satterfield
- gee@regentdb.osrhe.edu
- From beckley@qualcomm.com Thu Feb 17 00:22:11 1994
- Received: from harvey.qualcomm.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA28082; Thu, 17 Feb 1994 11:27:15 -0500
- Received: from (sddc-annex.qualcomm.com [129.46.54.5]) by harvey.qualcomm.com
- (8.6.5/QC-BSD-2.2) via SMTP; id IAA09007
- Thu, 17 Feb 1994 08:25:28 -0800
- Message-Id: <199402171625.IAA09007@harvey.qualcomm.com>
- X-Sender: beckley@harvey
- Mime-Version: 1.0
- Content-Type: text/plain; charset="us-ascii"
- Date: Thu, 17 Feb 1994 08:22:11 -0800
- To: eivindh@met.sintef.no,
- Multiple recipients of list <winsock@sunsite.unc.edu>
- From: beckley@qualcomm.com (Jeff Beckley)
- Subject: Re: PC Eudora - Nicknames/Recipients
- X-Mailer: <PC Eudora Version 2.0.1b11>
-
- At 10:09 AM 2/17/94 -0500, eivindh@met.sintef.no wrote:
- >Strange behaviour of PC Eudora concerning Nicknames and Recipients.?
- >
- >There is a nice way of putting names on a list:
- >Highlight the mail item with the desired name,
- >choose Special Make Nickname...,
- >enter the name you wish to call it, e.g Test
- >and check the Put it on the recipient list, click OK.
- >Choose Message New Message To, the name Test is on the list.
- >That's fine!
- >
- >Then quit PC Eudora, and restart it.
- >If you now Choose Message New Message To, the name Test is not on the list!
- >So, choose Window Nicknames, and there it is.
- >Double click on Test in the Nickname list, and close the window.
- >Choose Message New Message To, the name Test is now back on the list.
- >And what's even better: it stays there the next time PC Eudora is started.
- >
- >Well, it worked out in the end, but this is hardly intentional, is it?
-
- Bug. It's fixed in 2.0.1, which will be released this week.
-
- --------------------------------------------------------------
- Jeff Beckley beckley@qualcomm.com
-
-